Click or drag to resize

RecurrenceType Enumeration

Specifies the recurrence pattern type.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum RecurrenceType
Members
  Member nameValueDescription
Daily0 Represents a daily recurrence pattern.
Weekly1 Represents a weekly recurrence pattern.
Monthly2 Represents a monthly recurrence pattern.
MonthNth3 Represents a MonthNth recurrence pattern.
Yearly4 Represents a yearly recurrence pattern.
YearNth5 Represents a YearNth recurrence pattern.
None6 None.
See Also